{% include "header.html" %}

Random Blog

A collection of random musings.
{% if all_posts is not none %} {% for post in all_posts %}

{{ post.title }}

{{ post.subtitle }}


{% endfor %} {% else %}

No posts available.

{% endif %} {% if current_user.id == 1: %} {% endif %}
{% include "footer.html" %}